runtime._panic.goexit (field)

6 uses

	runtime (current package)
		panic.go#L628: 	p.goexit = true
		panic.go#L672: 		if !p.link.goexit {
		panic.go#L676: 	if p.goexit {
		panic.go#L1024: 	if p != nil && !p.goexit && !p.recovered && argp == uintptr(p.argp) {
		panic.go#L1171: 		if p.goexit {
		runtime2.go#L1019: 	goexit      bool